home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / cxsplitt.zip / UNIT1.DFM / UNIT1.txt
Text File  |  1996-07-12  |  3KB  |  134 lines

  1. object Form1: TForm1
  2.   Left = 20
  3.   Top = 154
  4.   Width = 714
  5.   Height = 490
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Form1'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object comSplitter1: TcomSplitter
  15.     Left = 30
  16.     Top = 100
  17.     Width = 646
  18.     Height = 338
  19.     BevelOuter = bvNone
  20.     Position = 50
  21.     SplitterWidth = 4
  22.     MoveWidth = 4
  23.     TabOrder = 0
  24.     Vertical = True
  25.     OnChange = comSplitter1Change
  26.     OnDblClick = comSplitterDblClick
  27.     object ScrollBox1: TScrollBox
  28.       Left = 0
  29.       Top = 0
  30.       Width = 321
  31.       Height = 338
  32.       Align = alLeft
  33.       Color = clTeal
  34.       ParentColor = False
  35.       TabOrder = 1
  36.     end
  37.     object comSplitter2: TcomSplitter
  38.       Left = 325
  39.       Top = 0
  40.       Width = 321
  41.       Height = 338
  42.       Align = alClient
  43.       BevelOuter = bvNone
  44.       Position = 50
  45.       SplitterWidth = 4
  46.       MoveWidth = 4
  47.       TabOrder = 2
  48.       Vertical = False
  49.       OnDblClick = comSplitterDblClick
  50.       object Panel1: TPanel
  51.         Left = 0
  52.         Top = 0
  53.         Width = 321
  54.         Height = 167
  55.         Align = alTop
  56.         BevelOuter = bvNone
  57.         BorderWidth = 10
  58.         BorderStyle = bsSingle
  59.         Color = clGreen
  60.         TabOrder = 1
  61.         object Memo3: TMemo
  62.           Left = 10
  63.           Top = 10
  64.           Width = 297
  65.           Height = 143
  66.           Align = alClient
  67.           Lines.Strings = (
  68.             'Memo3')
  69.           TabOrder = 0
  70.         end
  71.       end
  72.       object comSplitter3: TcomSplitter
  73.         Left = 0
  74.         Top = 171
  75.         Width = 321
  76.         Height = 167
  77.         Align = alClient
  78.         BevelOuter = bvNone
  79.         Position = 50
  80.         SplitterWidth = 4
  81.         MoveWidth = 4
  82.         TabOrder = 2
  83.         Vertical = True
  84.         OnDblClick = comSplitterDblClick
  85.         object Memo1: TMemo
  86.           Left = 0
  87.           Top = 0
  88.           Width = 158
  89.           Height = 167
  90.           Align = alLeft
  91.           Lines.Strings = (
  92.             'Memo1')
  93.           TabOrder = 1
  94.         end
  95.         object Memo2: TMemo
  96.           Left = 162
  97.           Top = 0
  98.           Width = 159
  99.           Height = 167
  100.           Align = alClient
  101.           Lines.Strings = (
  102.             'Memo2')
  103.           TabOrder = 2
  104.         end
  105.       end
  106.     end
  107.   end
  108.   object Panel3: TPanel
  109.     Left = 0
  110.     Top = 0
  111.     Width = 706
  112.     Height = 91
  113.     Align = alTop
  114.     Caption = 'Panel3'
  115.     TabOrder = 1
  116.     object TrackBar1: TTrackBar
  117.       Left = 105
  118.       Top = 30
  119.       Width = 466
  120.       Height = 30
  121.       Max = 100
  122.       Orientation = trHorizontal
  123.       Frequency = 10
  124.       Position = 0
  125.       SelEnd = 0
  126.       SelStart = 0
  127.       TabOrder = 0
  128.       TickMarks = tmBottomRight
  129.       TickStyle = tsAuto
  130.       OnChange = TrackBar1Change
  131.     end
  132.   end
  133. end
  134.